Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: sdk v0.50.x is outdated #1464

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Conversation

mmsqe
Copy link
Collaborator

@mmsqe mmsqe commented Jun 4, 2024

👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻

PR Checklist:

  • Have you read the CONTRIBUTING.md?
  • Does your PR follow the C4 patch requirements?
  • Have you rebased your work on top of the latest master?
  • Have you checked your code compiles? (make)
  • Have you included tests for any non-trivial functionality?
  • Have you checked your code passes the unit tests? (make test)
  • Have you checked your code formatting is correct? (go fmt)
  • Have you checked your basic code style is fine? (golangci-lint run)
  • If you added any dependencies, have you checked they do not contain any known vulnerabilities? (go list -json -m all | nancy sleuth)
  • If your changes affect the client infrastructure, have you run the integration test?
  • If your changes affect public APIs, does your PR follow the C4 evolution of public contracts?
  • If your code changes public APIs, have you incremented the crate version numbers and documented your changes in the CHANGELOG.md?
  • If you are contributing for the first time, please read the agreement in CONTRIBUTING.md now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thank you for your code, it's appreciated! :)

Summary by CodeRabbit

  • New Features

    • Updated cosmos-sdk to version v0.50.7, bringing enhancements, bug fixes, and new features from the latest release.
  • Bug Fixes

    • Modified distribution_community method to return the entire coin object instead of just the amount.
  • Refactor

    • Replaced MemDB instance creation with DBWrapper in the tree_test.go file.
    • Updated DumpChangeSetCmd function to use wrapper.NewDBWrapper for database wrapping.
  • Chores

    • Updated various module versions and hashes in the project dependencies.

Copy link
Contributor

coderabbitai bot commented Jun 4, 2024

Walkthrough

The recent updates to the cronos project include upgrading the cosmos-sdk to version v0.50.7, bringing in enhancements, bug fixes, and new features. Additionally, various module versions and hashes in gomod2nix.toml were updated, and specific code adjustments were made in cosmoscli.py, tree_test.go, and dump.go to accommodate these changes and improve functionality.

Changes

Files/Paths Change Summary
CHANGELOG.md Updated to reflect the upgrade of cosmos-sdk to version v0.50.7.
gomod2nix.toml Updated various module versions and hashes, including cosmossdk.io, github.com, golang.org, and google.golang.org.
integration_tests/cosmoscli.py Modified distribution_community method to return the whole coin object instead of just the amount attribute.
memiavl/tree_test.go Replaced MemDB instance creation with DBWrapper in the init() function.
versiondb/client/dump.go Introduced cosmossdk.io/store/wrapper import and modified NewMutableTree and NewImmutableTree to use DBWrapper.

Sequence Diagram(s) (Beta)

Silently ignored generating this section.

Poem

In the realm of code, a change so bright,
cosmos-sdk upgraded, reaching new height.
Modules aligned with hashes anew,
Enhancements and fixes, a splendid view.
Wrapped in DBWrapper, the trees now stand,
With coin in hand, our tests are grand.
A rabbit's delight, in every byte! 🌟🐇


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented Jun 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 35.85%. Comparing base (91936e4) to head (ca8f082).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1464   +/-   ##
=======================================
  Coverage   35.85%   35.85%           
=======================================
  Files         136      136           
  Lines        9806     9806           
=======================================
  Hits         3516     3516           
  Misses       5894     5894           
  Partials      396      396           
Files Coverage Δ
versiondb/client/dump.go 0.00% <0.00%> (ø)

@mmsqe mmsqe marked this pull request as ready for review June 4, 2024 10:13
@mmsqe mmsqe requested a review from a team as a code owner June 4, 2024 10:13
@mmsqe mmsqe requested review from yihuang and calvinaco and removed request for a team June 4, 2024 10:13
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d41d670 and e6ebbe8.

Files ignored due to path filters (8)
  • go.mod is excluded by !**/*.mod
  • go.sum is excluded by !**/*.sum
  • memiavl/go.mod is excluded by !**/*.mod
  • memiavl/go.sum is excluded by !**/*.sum
  • store/go.mod is excluded by !**/*.mod
  • store/go.sum is excluded by !**/*.sum
  • versiondb/go.mod is excluded by !**/*.mod
  • versiondb/go.sum is excluded by !**/*.sum
Files selected for processing (5)
  • CHANGELOG.md (1 hunks)
  • gomod2nix.toml (10 hunks)
  • integration_tests/cosmoscli.py (1 hunks)
  • memiavl/tree_test.go (2 hunks)
  • versiondb/client/dump.go (3 hunks)
Additional context used
golangci-lint
memiavl/tree_test.go

16-16: undefined: ChangeSet (typecheck)


18-18: undefined: pair (typecheck)


21-21: undefined: KVPair (typecheck)


137-137: undefined: ChangeSet (typecheck)


22-22: undefined: KVPair (typecheck)


24-24: undefined: KVPair (typecheck)


33-33: undefined: ChangeSet (typecheck)


39-39: undefined: ChangeSet (typecheck)


41-41: undefined: KVPair (typecheck)


45-45: undefined: ChangeSet (typecheck)


47-47: undefined: ChangeSet (typecheck)


49-49: undefined: KVPair (typecheck)


53-53: undefined: ChangeSet (typecheck)


55-55: undefined: KVPair (typecheck)


58-58: undefined: KVPair (typecheck)


76-76: undefined: pair (typecheck)


153-153: undefined: New (typecheck)


165-165: undefined: New (typecheck)


184-184: undefined: New (typecheck)


185-185: undefined: emptyHash (typecheck)


189-189: undefined: New (typecheck)


191-191: undefined: ChangeSet (typecheck)


199-199: undefined: ChangeSet (typecheck)


211-211: undefined: ChangeSet (typecheck)


227-227: undefined: ChangeSet (typecheck)


234-234: undefined: ChangeSet (typecheck)


236-236: undefined: KVPair (typecheck)


239-239: undefined: New (typecheck)


257-257: undefined: OpenSnapshot (typecheck)


259-259: undefined: NewFromSnapshot (typecheck)

GitHub Check: codecov/patch
versiondb/client/dump.go

[warning] 88-88: versiondb/client/dump.go#L88
Added line #L88 was not covered by tests


[warning] 124-124: versiondb/client/dump.go#L124
Added line #L124 was not covered by tests

LanguageTool
CHANGELOG.md

[grammar] ~21-~21: The conjunction “when” requires the past participle “registered”. Or did you mean “you register”? (IF_VB_PCT)
Context: ...ronos/pull/1421) Validate e2ee key when register. * (store) [#1448](https://github.com/c...


[misspelling] ~125-~125: Did you mean “or”? ‘Of’ refers to parts of a whole, while ‘or’ refers to alternatives. (CONFUSION_OF_OR)
Context: ...onos/pull/1216) Update ethermint to fix of avoid redundant parse chainID from gens...


[style] ~166-~166: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...n processing and double spend check. - [cronos#742](https://github.com/crypto-org-chai...


[style] ~167-~167: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...e handler for v0.8.0-gravity-alpha2. - [cronos#750](https://github.com/crypto-org-chai...


[style] ~168-~168: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...e handler for v0.8.0-gravity-alpha3. - [cronos#769](https://github.com/crypto-org-chai...


[style] ~169-~169: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...cope of the contract that manage it. - [cronos#775](https://github.com/crypto-org-chai...


[style] ~170-~170: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...775) Support turnbridge transaction. - [cronos#781](https://github.com/crypto-org-chai...


[style] ~171-~171: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: .../cronos/pull/781) Add prune command. - [cronos#830](https://github.com/crypto-org-chai...


[style] ~174-~174: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...upgrade handler for v2.0.0-testnet3. - [cronos#795](https://github.com/crypto-org-chai...


[style] ~175-~175: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: .../795) Support permissions in cronos. - [cronos#997](https://github.com/crypto-org-chai...


[style] ~176-~176: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ontract for cronos originated crc20. - [cronos#1005](https://github.com/crypto-org-cha...


[style] ~177-~177: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...o-ibc event in case of source token. - [cronos#1069](https://github.com/crypto-org-cha...


[style] ~178-~178: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...o v1.10.26 and ibc-go to v6.2.0. - [cronos#1147](https://github.com/crypto-org-cha...


[style] ~182-~182: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...adjusted correctly in ibc-go v7.2.0. - [cronos#1163](https://github.com/crypto-org-cha...


[style] ~183-~183: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ateful precompiled contract for ica. - [cronos#837](https://github.com/crypto-org-chai...


[style] ~184-~184: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...teful precompiled contract for bank. - [cronos#1184](https://github.com/crypto-org-cha...


[style] ~185-~185: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ull/1184) Update ibc-go to v7.3.1. - [cronos#1186](https://github.com/crypto-org-cha...


[style] ~186-~186: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... max block gas limit in new version. - [cronos#1187](https://github.com/crypto-org-cha...


[style] ~187-~187: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...1187) Disable gravity module in app. - [cronos#1185](https://github.com/crypto-org-cha...


[style] ~188-~188: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...nos/pull/1185) Support ibc callback. - [cronos#1196](https://github.com/crypto-org-cha...


[grammar] ~207-~207: It seems that “to” is missing before the verb. (MISSING_TO_BETWEEN_BE_AND_VB)
Context: .../cronos/pull/1150) Fix memiavl's unsafe retain of the root hashes. ### Features - [#...


[misspelling] ~211-~211: Did you mean the phrasal verb “clean up” instead of the noun ‘cleanup’? (CLEAN_UP)
Context: .../pull/1042) call Close method on app to cleanup resource on graceful shutdown ([ethermi...


[grammar] ~327-~327: After ‘it’, use the third-person verb form “fixes”. (IT_VBZ)
Context: ...790) Update cosmos-sdk to v0.46.7, it fix a migration issue which affects pending...


[style] ~394-~394: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...file state streamer (backport #702). - [cronos#730](https://github.com/crypto-org-chai...


[style] ~416-~416: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...elSendToChain support from evm call. - [cronos#600](https://github.com/crypto-org-chai...


[style] ~417-~417: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...plement bidirectional token mapping. - [cronos#611](https://github.com/crypto-org-chai...


[style] ~418-~418: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...owledgement error in ibc middleware. - [cronos#627](https://github.com/crypto-org-chai...


[style] ~433-~433: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...leware, use ibc-go upstream version. - [cronos#550](https://github.com/crypto-org-chai...


[style] ~434-~434: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...basic json-rpc apis on pruned nodes. - [cronos#549](https://github.com/crypto-org-chai...


[style] ~435-~435: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...tom tx indexer feature of ethermint. - [cronos#673](https://github.com/crypto-org-chai...


[style] ~453-~453: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ed in json-rpc apis (backport #502). - [cronos#526](https://github.com/crypto-org-chai...


[style] ~454-~454: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... Fix tendermint duplicated tx issue. - [cronos#584](https://github.com/crypto-org-chai...


[style] ~455-~455: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...shes returned in some JSON-RPC apis. - [cronos#587](https://github.com/crypto-org-chai...


[style] ~456-~456: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... tx patch cmd recompute eth tx hash. - [cronos#595](https://github.com/crypto-org-chai...


[style] ~462-~462: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...nd to patch txs post v0.7.0 upgrade. - [cronos#522](https://github.com/crypto-org-chai...


[style] ~463-~463: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... the tendermint tx duplicated issue. - [cronos#585](https://github.com/crypto-org-chai...


[style] ~477-~477: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ase fee related logic in the code. - [ethermint#817](https://github.com/tharsis/ethermi...


[style] ~478-~478: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ogic related to effectiveGasPrice. - [ethermint#822](https://github.com/tharsis/ethermi...


[style] ~481-~481: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... tx when block gas limit exceeded. - [cosmos-sdk#10725](https://github.com/cosmos/cosmos...


[style] ~489-~489: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...e url query parameter in swagger-ui. - [cronos#328](https://github.com/crypto-org-chai...


[style] ~490-~490: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...query result when --trace enabled. - [cronos#441](https://github.com/crypto-org-chai...


[style] ~497-~497: ‘prior to’ might be wordy. Consider a shorter alternative. (EN_WORDINESS_PREMIUM_PRIOR_TO)
Context: ...ll/329) Fix panic of eth_call on blocks prior to upgrade. - [cronos#340](https://github....


[style] ~498-~498: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...eth_call on blocks prior to upgrade. - [cronos#340](https://github.com/crypto-org-chai...


[style] ~499-~499: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...t, b) fix data races traceContext. - [cronos#370](https://github.com/crypto-org-chai...


[style] ~500-~500: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...g, add websockets integration tests. - [cronos#378](https://github.com/crypto-org-chai...


[style] ~501-~501: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... add returnValue message on tracing. - [cronos#446](https://github.com/crypto-org-chai...


[grammar] ~621-~621: After ‘it’, use the third-person verb form “upgrades”. (IT_VBZ)
Context: ...org Chain. In addition to that, it also upgrade ethermint to its latest version (v0.5.0...

Markdownlint
CHANGELOG.md

49-49: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


61-61: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


69-69: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


77-77: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


85-85: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


86-86: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


87-87: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


91-91: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


99-99: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


100-100: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


101-101: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


102-102: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


103-103: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


104-104: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


108-108: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


109-109: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


115-115: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


116-116: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


117-117: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


118-118: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


119-119: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


123-123: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


124-124: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


125-125: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


126-126: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


127-127: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


128-128: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


132-132: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


133-133: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


134-134: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


135-135: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


136-136: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


137-137: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


141-141: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


142-142: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


143-143: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


151-151: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


152-152: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


156-156: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


164-164: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


165-165: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


166-166: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


167-167: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


168-168: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


169-169: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


170-170: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


171-171: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


172-172: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


173-173: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


174-174: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


175-175: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


176-176: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


177-177: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


178-178: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


179-179: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


180-180: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


181-181: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


182-182: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


183-183: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


184-184: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


185-185: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


186-186: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


187-187: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


188-188: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


192-192: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


193-193: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


194-194: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


195-195: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


196-196: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


197-197: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


198-198: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


199-199: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


200-200: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


201-201: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


202-202: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


203-203: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


204-204: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


205-205: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


206-206: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


207-207: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


211-211: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


212-212: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


213-213: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


214-214: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


215-215: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


216-216: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


217-217: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


218-218: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


222-222: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


223-223: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


224-224: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


225-225: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


226-226: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


227-227: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


228-228: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


229-229: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


230-230: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


231-231: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


232-232: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


233-233: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


234-234: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


235-235: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


236-236: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


237-237: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


238-238: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


239-239: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


240-240: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


241-241: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


242-242: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


243-243: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


244-244: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


245-245: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


246-246: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


254-254: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


255-255: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


256-256: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


260-260: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


261-261: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


262-262: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


263-263: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


264-264: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


265-265: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


266-266: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


274-274: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


282-282: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


286-286: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


287-287: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


288-288: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


296-296: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


300-300: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


301-301: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


302-302: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


310-310: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


318-318: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


326-326: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


327-327: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


336-336: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


344-344: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


352-352: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


360-360: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


361-361: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


362-362: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


363-363: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


371-371: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


379-379: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


380-380: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


388-388: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


392-392: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


393-393: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


394-394: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


402-402: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


414-414: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


415-415: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


416-416: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


417-417: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


418-418: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


419-419: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


420-420: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


424-424: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


425-425: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


426-426: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


430-430: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


431-431: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


432-432: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


433-433: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


434-434: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


435-435: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


443-443: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


451-451: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


452-452: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


453-453: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


454-454: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


455-455: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


456-456: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


460-460: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


461-461: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


462-462: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


463-463: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


471-471: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


472-472: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


473-473: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


474-474: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


475-475: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


476-476: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


477-477: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


478-478: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


479-479: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


480-480: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


481-481: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


482-482: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


486-486: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


487-487: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


488-488: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


489-489: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


490-490: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


494-494: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


495-495: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


496-496: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


497-497: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


498-498: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


499-499: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


500-500: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


501-501: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


509-509: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


510-510: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


518-518: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


526-526: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


527-527: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


528-528: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


532-532: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


533-533: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


541-541: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


542-542: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


543-543: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


544-544: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


545-545: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


553-553: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


557-557: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


558-558: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


559-559: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


560-560: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


570-570: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


574-574: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


575-575: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


576-576: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


577-577: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


581-581: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


582-582: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


593-593: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


594-594: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


595-595: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


596-596: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


597-597: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


601-601: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


602-602: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


603-603: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


613-613: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


614-614: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


625-625: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


629-629: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


630-630: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


631-631: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


632-632: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


633-633: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


634-634: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


636-636: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


637-637: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


645-645: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


649-649: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


653-653: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


663-663: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


664-664: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


665-665: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


666-666: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


672-672: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


673-673: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


677-677: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


35-35: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


43-43: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


55-55: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


63-63: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


71-71: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


79-79: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


93-93: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


111-111: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


145-145: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


158-158: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


248-248: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


268-268: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


276-276: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


290-290: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


304-304: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


312-312: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


320-320: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


330-330: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


338-338: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


346-346: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


354-354: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


365-365: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


373-373: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


382-382: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


396-396: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


404-404: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


408-408: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


437-437: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


445-445: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


465-465: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


503-503: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


512-512: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


520-520: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


535-535: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


547-547: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


562-562: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


584-584: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


605-605: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


616-616: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


639-639: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


655-655: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading

Additional comments not posted (14)
memiavl/tree_test.go (1)

63-63: Use of wrapper.NewDBWrapper enhances the database interaction by adding an additional layer of abstraction, which can be beneficial for handling different database behaviors or additional logging.

versiondb/client/dump.go (2)

88-88: The introduction of wrapper.NewDBWrapper here is consistent with similar changes across the project. However, this line was not covered by tests.

Verification successful

The usage of wrapper.NewDBWrapper in versiondb/client/dump.go is covered by tests in memiavl/tree_test.go.

  • memiavl/tree_test.go: wrapper.NewDBWrapper is used in the tests.
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that the new wrapper usage is covered by tests.

# Test: Search for test cases covering the new wrapper usage. Expect: At least one test case.
rg --type go $'wrapper.NewDBWrapper' --files-with-matches | xargs rg --type go 'Test'

Length of output: 423



Script:

#!/bin/bash
# Description: Verify that the new wrapper usage is covered by tests in memiavl/tree_test.go.

# Test: Search for instances of wrapper.NewDBWrapper in memiavl/tree_test.go.
rg 'wrapper.NewDBWrapper' memiavl/tree_test.go

Length of output: 88

Tools
GitHub Check: codecov/patch

[warning] 88-88: versiondb/client/dump.go#L88
Added line #L88 was not covered by tests


124-124: Consistent use of wrapper.NewDBWrapper for iavl.ImmutableTree. Ensure this change is covered by unit tests.

Verification successful

The usage of wrapper.NewDBWrapper is indeed part of the initialization process within the init function in memiavl/tree_test.go. This setup is used to generate reference hashes for the tests, indicating that the change is covered by the existing test functions.

  • wrapper.NewDBWrapper is used in the init function to set up the test environment.
  • The test functions such as TestRootHashes, TestNewKey, TestEmptyTree, TestTreeCopy, TestChangeSetMarshal, and TestGetByIndex rely on this setup.
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that the new wrapper usage is covered by tests.

# Test: Search for test cases covering the new wrapper usage. Expect: At least one test case.
rg --type go $'wrapper.NewDBWrapper' --files-with-matches | xargs rg --type go 'Test'

Length of output: 423



Script:

#!/bin/bash
# Description: Check if `wrapper.NewDBWrapper` is used in the test functions in `memiavl/tree_test.go`.

# Search for `wrapper.NewDBWrapper` within `memiavl/tree_test.go`.
rg 'wrapper.NewDBWrapper' memiavl/tree_test.go

Length of output: 88



Script:

#!/bin/bash
# Description: Extract the surrounding lines of the `wrapper.NewDBWrapper` usage in `memiavl/tree_test.go` to check if it is part of any test functions.

# Extract 10 lines before and after the usage of `wrapper.NewDBWrapper` in `memiavl/tree_test.go`.
rg -C 10 'wrapper.NewDBWrapper' memiavl/tree_test.go

Length of output: 770



Script:

#!/bin/bash
# Description: List the function definitions in `memiavl/tree_test.go` to check if the `wrapper.NewDBWrapper` usage is within a test function.

# List function definitions in `memiavl/tree_test.go`.
rg 'func ' memiavl/tree_test.go

Length of output: 381



Script:

#!/bin/bash
# Description: Extract the lines of `memiavl/tree_test.go` to manually verify the scope of the test functions.

# Extract the lines of `memiavl/tree_test.go`.
cat memiavl/tree_test.go

Length of output: 7309

Tools
GitHub Check: codecov/patch

[warning] 124-124: versiondb/client/dump.go#L124
Added line #L124 was not covered by tests

gomod2nix.toml (9)

48-49: Updated cosmossdk.io/store to a newer commit. Validate that this update includes critical fixes or features required by the project.


61-62: Updated cosmossdk.io/x/tx to a newer commit. This should be cross-verified with the project's transaction handling requirements.


512-513: Updated multiple dependencies including Prometheus libraries, golang.org modules, and Google APIs. Ensure all these updates are compatible and do not introduce any version conflicts.

Also applies to: 515-516, 518-519, 521-522, 652-653, 655-656, 658-659, 661-662, 664-665, 667-668, 670-671, 673-674, 682-683, 697-698


132-133: Updated github.com/cespare/xxhash/v2 to v2.3.0. Check for any breaking changes or major improvements in this version.

Verification successful

No breaking changes or major improvements were found for v2.3.0 of github.com/cespare/xxhash/v2 in the CHANGELOG.md.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify if there are breaking changes in github.com/cespare/xxhash/v2 v2.3.0.

# Test: Search for release notes or changelog entries for v2.3.0.
rg --type md 'v2.3.0' --exec cat {} | grep 'breaking'

Length of output: 462



Script:

#!/bin/bash
# Description: Verify if there are breaking changes in github.com/cespare/xxhash/v2 v2.3.0.

# Test: Search for release notes or changelog entries for v2.3.0.
rg 'v2.3.0' --type md | grep -i 'breaking\|improvement'

Length of output: 55



Script:

#!/bin/bash
# Description: Locate release notes or changelog files and verify if there are breaking changes in github.com/cespare/xxhash/v2 v2.3.0.

# Step 1: Locate release notes or changelog files.
release_files=$(fd -e md -e rst -e txt -i 'changelog|release' .)

# Step 2: Search for mentions of v2.3.0 and breaking changes or improvements within those files.
if [ -n "$release_files" ]; then
  rg 'v2.3.0' $release_files | grep -i 'breaking\|improvement'
else
  echo "No release notes or changelog files found."
fi

Length of output: 170


23-24: Updated cosmossdk.io/client/v2 to a newer commit. Confirm that this commit hash corresponds to a stable release or a necessary commit.


157-158: Updated github.com/cometbft/cometbft to v0.38.7. Ensure this version aligns with the consensus requirements of the project.


20-21: Updated cosmossdk.io/api to version v0.7.5. Ensure this version is compatible with other project dependencies.

Verification successful

The update to cosmossdk.io/api version v0.7.5 appears to be compatible with the project dependencies. No explicit compatibility issues or breaking changes were found.

  • References to v0.7.5 were found in gomod2nix.toml, go.mod, and go.sum files across different directories.
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify compatibility of cosmossdk.io/api v0.7.5 with other dependencies.

# Test: Search for compatibility issues in project documentation or dependency management files.
rg --type toml 'cosmossdk.io/api' | grep 'compatibility'

Length of output: 54



Script:

#!/bin/bash
# Description: Verify compatibility of cosmossdk.io/api v0.7.5 with other dependencies in Go module files.

# Search for cosmossdk.io/api in go.mod files to check for compatibility issues.
rg --type go 'cosmossdk.io/api' --glob 'go.mod'

# Search for cosmossdk.io/api in other relevant files to check for compatibility issues.
rg --type go 'cosmossdk.io/api' --glob '*.go'

Length of output: 417



Script:

#!/bin/bash
# Description: Fetch the release notes or changelog for cosmossdk.io/api version v0.7.5 to check for breaking changes or compatibility issues.

# Fetch the release notes or changelog for cosmossdk.io/api version v0.7.5
curl -s https://api.github.com/repos/cosmos/cosmos-sdk/releases/tags/v0.7.5 | jq '.body'

Length of output: 93



Script:

#!/bin/bash
# Description: Search the repository for release notes or changelog files to check for breaking changes or compatibility issues for cosmossdk.io/api version v0.7.5.

# Search for release notes or changelog files in the repository.
rg --files | grep -iE 'changelog|release'

Length of output: 75



Script:

#!/bin/bash
# Description: Extract the relevant section from the CHANGELOG.md file for cosmossdk.io/api version v0.7.5 to check for breaking changes or compatibility issues.

# Extract the relevant section from the CHANGELOG.md file.
sed -n '/## \[v0.7.5\]/,/## \[v/p' CHANGELOG.md

Length of output: 49



Script:

#!/bin/bash
# Description: List the commits or tags associated with version v0.7.5 of cosmossdk.io/api to review the changes.

# List the tags associated with version v0.7.5.
git tag -l 'v0.7.5'

# Show the commit history for the tag v0.7.5.
git log --oneline v0.7.5

Length of output: 233



Script:

#!/bin/bash
# Description: Search for any references to version v0.7.5 in the repository to understand its context and usage.

# Search for references to version v0.7.5 in the repository.
rg 'v0.7.5'

Length of output: 712


173-174: Updated github.com/cosmos/cosmos-sdk to a newer commit. This is a critical dependency, so thorough testing and validation are recommended.


186-187: Updated github.com/cosmos/iavl to v1.1.2. Review the changelog for this version to understand the changes and their impact.

CHANGELOG.md (1)

24-24: The CHANGELOG entry for the SDK update is correctly formatted and accurately reflects the changes made in the PR.

integration_tests/cosmoscli.py (1)

275-275: Change in return type of distribution_community method.

The method now returns the entire coin object instead of just the amount. This change aligns with the PR's objective to update the SDK and potentially utilize more features of the coin object in the future. Ensure that all usages of this method are updated to handle the new return type correctly.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e6ebbe8 and ca8f082.

Files ignored due to path filters (2)
  • go.mod is excluded by !**/*.mod
  • go.sum is excluded by !**/*.sum
Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • gomod2nix.toml (10 hunks)
Additional context used
LanguageTool
CHANGELOG.md

[grammar] ~21-~21: The conjunction “when” requires the past participle “registered”. Or did you mean “you register”? (IF_VB_PCT)
Context: ...ronos/pull/1421) Validate e2ee key when register. * (store) [#1448](https://github.com/c...


[misspelling] ~126-~126: Did you mean “or”? ‘Of’ refers to parts of a whole, while ‘or’ refers to alternatives. (CONFUSION_OF_OR)
Context: ...onos/pull/1216) Update ethermint to fix of avoid redundant parse chainID from gens...


[uncategorized] ~126-~126: This verb may not be in the correct form. Consider using a different form for this context. (AI_EN_LECTOR_REPLACEMENT_VERB_FORM)
Context: ...edundant parse chainID from gensis when start server. - [#1230](https://github.com/cr...


[uncategorized] ~138-~138: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE)
Context: ...52) Add plan v1.1.0-testnet to update default max_callback_gas param. ### Improvemen...


[style] ~167-~167: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...n processing and double spend check. - [cronos#742](https://github.com/crypto-org-chai...


[style] ~168-~168: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...e handler for v0.8.0-gravity-alpha2. - [cronos#750](https://github.com/crypto-org-chai...


[style] ~169-~169: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...e handler for v0.8.0-gravity-alpha3. - [cronos#769](https://github.com/crypto-org-chai...


[uncategorized] ~169-~169: This verb may not be in the correct form. Consider using a different form for this context. (AI_EN_LECTOR_REPLACEMENT_VERB_FORM)
Context: ...l/769) Prevent cancellation function to be called outside the scope of the contrac...


[uncategorized] ~169-~169: This verb does not appear to agree with the subject. Consider using a different form. (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)
Context: ... outside the scope of the contract that manage it. - [cronos#775](https://github.com/c...


[style] ~170-~170: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...cope of the contract that manage it. - [cronos#775](https://github.com/crypto-org-chai...


[style] ~171-~171: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...775) Support turnbridge transaction. - [cronos#781](https://github.com/crypto-org-chai...


[style] ~172-~172: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: .../cronos/pull/781) Add prune command. - [cronos#830](https://github.com/crypto-org-chai...


[style] ~175-~175: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...upgrade handler for v2.0.0-testnet3. - [cronos#795](https://github.com/crypto-org-chai...


[style] ~176-~176: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: .../795) Support permissions in cronos. - [cronos#997](https://github.com/crypto-org-chai...


[style] ~177-~177: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ontract for cronos originated crc20. - [cronos#1005](https://github.com/crypto-org-cha...


[style] ~178-~178: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...o-ibc event in case of source token. - [cronos#1069](https://github.com/crypto-org-cha...


[style] ~179-~179: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...o v1.10.26 and ibc-go to v6.2.0. - [cronos#1147](https://github.com/crypto-org-cha...


[style] ~183-~183: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...adjusted correctly in ibc-go v7.2.0. - [cronos#1163](https://github.com/crypto-org-cha...


[style] ~184-~184: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ateful precompiled contract for ica. - [cronos#837](https://github.com/crypto-org-chai...


[style] ~185-~185: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...teful precompiled contract for bank. - [cronos#1184](https://github.com/crypto-org-cha...


[style] ~186-~186: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ull/1184) Update ibc-go to v7.3.1. - [cronos#1186](https://github.com/crypto-org-cha...


[uncategorized] ~186-~186: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE)
Context: ...186) Enlarge the max block gas limit in new version. - [cronos#1187](https://github...


[style] ~187-~187: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... max block gas limit in new version. - [cronos#1187](https://github.com/crypto-org-cha...


[style] ~188-~188: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...1187) Disable gravity module in app. - [cronos#1185](https://github.com/crypto-org-cha...


[style] ~189-~189: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...nos/pull/1185) Support ibc callback. - [cronos#1196](https://github.com/crypto-org-cha...


[grammar] ~208-~208: It seems that “to” is missing before the verb. (MISSING_TO_BETWEEN_BE_AND_VB)
Context: .../cronos/pull/1150) Fix memiavl's unsafe retain of the root hashes. ### Features - [#...


[misspelling] ~212-~212: Did you mean the phrasal verb “clean up” instead of the noun ‘cleanup’? (CLEAN_UP)
Context: .../pull/1042) call Close method on app to cleanup resource on graceful shutdown ([ethermi...


[uncategorized] ~213-~213: This verb does not appear to agree with the subject. Consider using a different form. (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)
Context: ...pto-org-chain/cronos/pull/1083) memiavl support both sdk 46 and 47 root hash rules. - [...


[uncategorized] ~215-~215: This verb does not appear to agree with the subject. Consider using a different form. (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)
Context: ...pto-org-chain/cronos/pull/1100) memiavl support read-only mode, and grab exclusive lock...


[uncategorized] ~256-~256: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE)
Context: ...949) Release static-linked binaries for linux platform. - [#934](https://github.com/c...


[uncategorized] ~327-~327: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE)
Context: ...m//pull/781) Add prune command. - [#790](https://github.com/cr...


[grammar] ~328-~328: After ‘it’, use the third-person verb form “fixes”. (IT_VBZ)
Context: ...790) Update cosmos-sdk to v0.46.7, it fix a migration issue which affects pending...


[style] ~395-~395: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...file state streamer (backport #702). - [cronos#730](https://github.com/crypto-org-chai...


[uncategorized] ~415-~415: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE)
Context: ...0, cosmos sdk to v0.45.4 and gravity to latest, remove v0.7.0 related upgradeHandler. ...


[style] ~417-~417: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...elSendToChain support from evm call. - [cronos#600](https://github.com/crypto-org-chai...


[style] ~418-~418: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...plement bidirectional token mapping. - [cronos#611](https://github.com/crypto-org-chai...


[style] ~419-~419: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...owledgement error in ibc middleware. - [cronos#627](https://github.com/crypto-org-chai...


[style] ~434-~434: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...leware, use ibc-go upstream version. - [cronos#550](https://github.com/crypto-org-chai...


[style] ~435-~435: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...basic json-rpc apis on pruned nodes. - [cronos#549](https://github.com/crypto-org-chai...


[style] ~436-~436: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...tom tx indexer feature of ethermint. - [cronos#673](https://github.com/crypto-org-chai...


[style] ~454-~454: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ed in json-rpc apis (backport #502). - [cronos#526](https://github.com/crypto-org-chai...


[style] ~455-~455: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... Fix tendermint duplicated tx issue. - [cronos#584](https://github.com/crypto-org-chai...


[style] ~456-~456: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...shes returned in some JSON-RPC apis. - [cronos#587](https://github.com/crypto-org-chai...


[style] ~457-~457: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... tx patch cmd recompute eth tx hash. - [cronos#595](https://github.com/crypto-org-chai...


[style] ~463-~463: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...nd to patch txs post v0.7.0 upgrade. - [cronos#522](https://github.com/crypto-org-chai...


[style] ~464-~464: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... the tendermint tx duplicated issue. - [cronos#585](https://github.com/crypto-org-chai...


[style] ~478-~478: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ase fee related logic in the code. - [ethermint#817](https://github.com/tharsis/ethermi...


[style] ~479-~479: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...ogic related to effectiveGasPrice. - [ethermint#822](https://github.com/tharsis/ethermi...


[style] ~482-~482: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... tx when block gas limit exceeded. - [cosmos-sdk#10725](https://github.com/cosmos/cosmos...


[style] ~490-~490: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...e url query parameter in swagger-ui. - [cronos#328](https://github.com/crypto-org-chai...


[uncategorized] ~490-~490: This verb does not appear to agree with the subject. Consider using a different form. (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)
Context: ...b.com//pull/328) display detail panic information in query resul...


[style] ~491-~491: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...query result when --trace enabled. - [cronos#441](https://github.com/crypto-org-chai...


[uncategorized] ~496-~496: This verb does not appear to agree with the subject. Consider using a different form. (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)
Context: ... Upgrade gravity bridge to v0.3.9 which contain a bugfix on batchTxExecuted. - [crono...


[style] ~498-~498: ‘prior to’ might be wordy. Consider a shorter alternative. (EN_WORDINESS_PREMIUM_PRIOR_TO)
Context: ...ll/329) Fix panic of eth_call on blocks prior to upgrade. - [cronos#340](https://github....


[style] ~499-~499: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...eth_call on blocks prior to upgrade. - [cronos#340](https://github.com/crypto-org-chai...


[style] ~500-~500: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...t, b) fix data races traceContext. - [cronos#370](https://github.com/crypto-org-chai...


[style] ~501-~501: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ...g, add websockets integration tests. - [cronos#378](https://github.com/crypto-org-chai...


[uncategorized] ~501-~501: This verb may not be in the correct form. Consider using a different form for this context. (AI_EN_LECTOR_REPLACEMENT_VERB_FORM)
Context: ...bug fixes: a) fix tx inclusion issue by report correct gasWanted of eth tx, b) Add buf...


[style] ~502-~502: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE)
Context: ... add returnValue message on tracing. - [cronos#446](https://github.com/crypto-org-chai...


[uncategorized] ~510-~510: You might be missing the article “a” here. (AI_EN_LECTOR_MISSING_DETERMINER_A)
Context: ...in/cronos/pull/255) fix empty topics in non-breaking way - [cronos#270](https://git...


[uncategorized] ~558-~558: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE)
Context: ...l/187) multiple denoms can be mapped to same contract - [cronos#157](https://github....


[uncategorized] ~610-~610: This verb does not appear to agree with the subject. Consider using a different form. (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)
Context: ...th a patched version of ethermint which include a bug fix on the transaction receipts e...


[uncategorized] ~622-~622: This verb may not be in the correct tense. Consider changing the tense to fit the context better. (AI_EN_LECTOR_REPLACEMENT_VERB_TENSE)
Context: ...org Chain. In addition to that, it also upgrade ethermint to its latest version (v0.5.0...


[uncategorized] ~622-~622: This verb does not appear to agree with the subject. Consider using a different form. (AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)
Context: ... to its latest version (v0.5.0.x) which bring several breaking changes (see [changelo...


[uncategorized] ~666-~666: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE)
Context: ...arsis/ethermint/issues/342) Don't clear balance when resetting the account. - (ethermin...

Markdownlint
CHANGELOG.md

50-50: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


62-62: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


70-70: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


78-78: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


86-86: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


87-87: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


88-88: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


92-92: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


100-100: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


101-101: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


102-102: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


103-103: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


104-104: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


105-105: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


109-109: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


110-110: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


116-116: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


117-117: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


118-118: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


119-119: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


120-120: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


124-124: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


125-125: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


126-126: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


127-127: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


128-128: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


129-129: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


133-133: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


134-134: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


135-135: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


136-136: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


137-137: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


138-138: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


142-142: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


143-143: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


144-144: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


152-152: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


153-153: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


157-157: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


165-165: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


166-166: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


167-167: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


168-168: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


169-169: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


170-170: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


171-171: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


172-172: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


173-173: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


174-174: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


175-175: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


176-176: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


177-177: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


178-178: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


179-179: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


180-180: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


181-181: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


182-182: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


183-183: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


184-184: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


185-185: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


186-186: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


187-187: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


188-188: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


189-189: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


193-193: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


194-194: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


195-195: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


196-196: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


197-197: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


198-198: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


199-199: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


200-200: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


201-201: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


202-202: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


203-203: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


204-204: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


205-205: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


206-206: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


207-207: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


208-208: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


212-212: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


213-213: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


214-214: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


215-215: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


216-216: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


217-217: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


218-218: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


219-219: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


223-223: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


224-224: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


225-225: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


226-226: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


227-227: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


228-228: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


229-229: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


230-230: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


231-231: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


232-232: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


233-233: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


234-234: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


235-235: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


236-236: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


237-237: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


238-238: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


239-239: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


240-240: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


241-241: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


242-242: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


243-243: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


244-244: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


245-245: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


246-246: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


247-247: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


255-255: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


256-256: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


257-257: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


261-261: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


262-262: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


263-263: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


264-264: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


265-265: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


266-266: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


267-267: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


275-275: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


283-283: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


287-287: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


288-288: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


289-289: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


297-297: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


301-301: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


302-302: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


303-303: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


311-311: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


319-319: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


327-327: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


328-328: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


337-337: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


345-345: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


353-353: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


361-361: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


362-362: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


363-363: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


364-364: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


372-372: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


380-380: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


381-381: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


389-389: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


393-393: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


394-394: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


395-395: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


403-403: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


415-415: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


416-416: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


417-417: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


418-418: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


419-419: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


420-420: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


421-421: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


425-425: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


426-426: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


427-427: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


431-431: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


432-432: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


433-433: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


434-434: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


435-435: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


436-436: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


444-444: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


452-452: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


453-453: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


454-454: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


455-455: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


456-456: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


457-457: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


461-461: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


462-462: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


463-463: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


464-464: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


472-472: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


473-473: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


474-474: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


475-475: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


476-476: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


477-477: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


478-478: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


479-479: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


480-480: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


481-481: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


482-482: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


483-483: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


487-487: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


488-488: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


489-489: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


490-490: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


491-491: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


495-495: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


496-496: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


497-497: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


498-498: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


499-499: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


500-500: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


501-501: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


502-502: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


510-510: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


511-511: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


519-519: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


527-527: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


528-528: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


529-529: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


533-533: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


534-534: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


542-542: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


543-543: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


544-544: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


545-545: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


546-546: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


554-554: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


558-558: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


559-559: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


560-560: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


561-561: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


571-571: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


575-575: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


576-576: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


577-577: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


578-578: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


582-582: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


583-583: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


594-594: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


595-595: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


596-596: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


597-597: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


598-598: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


602-602: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


603-603: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


604-604: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


614-614: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


615-615: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


626-626: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


630-630: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


631-631: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


632-632: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


633-633: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


634-634: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


635-635: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


637-637: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


638-638: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


646-646: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


650-650: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


654-654: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


664-664: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


665-665: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


666-666: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


667-667: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


673-673: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


674-674: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


678-678: Expected: asterisk; Actual: dash (MD004, ul-style)
Unordered list style


36-36: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


44-44: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


56-56: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


64-64: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


72-72: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


80-80: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


94-94: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


112-112: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


146-146: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


159-159: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


249-249: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


269-269: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


277-277: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


291-291: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


305-305: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


313-313: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


321-321: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


331-331: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


339-339: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


347-347: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


355-355: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


366-366: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


374-374: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


383-383: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


397-397: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


405-405: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


409-409: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


438-438: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


446-446: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


466-466: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


504-504: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


513-513: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


521-521: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


536-536: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


548-548: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


563-563: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


585-585: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


606-606: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


617-617: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


640-640: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading


656-656: null (MD036, no-emphasis-as-heading)
Emphasis used instead of a heading

Additional comments not posted (8)
gomod2nix.toml (7)

186-187: Updated github.com/cosmos/iavl to version v1.1.2. Confirm that tree operations are functioning as expected with this update.


132-133: Updated github.com/cespare/xxhash/v2 to version v2.3.0. Check for any performance regressions due to this hash function update.


23-24: Updated cosmossdk.io/client/v2 to version v2.0.0-20240604100318-cf12e5ad62e4. Ensure that all client interactions are tested with this new version.


48-49: Updated cosmossdk.io/store to version v0.0.0-20240604100318-cf12e5ad62e4. Confirm that the store operations are unaffected by this update.


20-21: Updated cosmossdk.io/api to version v0.7.5. Please ensure that this version is compatible with other project dependencies.


61-62: Updated cosmossdk.io/x/tx to version v0.0.0-20240604100318-cf12e5ad62e4. It's crucial to verify transaction processing remains stable.


157-158: Updated github.com/cometbft/cometbft to version v0.38.7. Ensure that consensus mechanisms are thoroughly tested with this new version.

CHANGELOG.md (1)

24-24: Entry correctly documents the update of cosmos-sdk to version 0.50.7.

gomod2nix.toml Show resolved Hide resolved
@mmsqe mmsqe added this pull request to the merge queue Jun 7, 2024
Merged via the queue into crypto-org-chain:main with commit 84e7c7d Jun 7, 2024
36 of 37 checks passed
alienc0der pushed a commit to alienc0der/supernova that referenced this pull request Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants